home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / NetBSD / docs-netbsd / Mailinglist-Archive / 1994-08.gz / 1994-08 / 000105_owner-current-u…s.berkeley.edu_Wed Aug 3 06:53:25 1994.msg < prev    next >
Text File  |  1994-10-16  |  3KB  |  111 lines

  1. To: "Chris G. Demetriou" <cgd@alpha.bostic.com>
  2. Subject: Re: Taylor UUCP 1.05  (patches)
  3. Cc: current-users@sun-lamp.cs.berkeley.edu
  4.          <9408021603.AA22129@alpha.bostic.com> 
  5. From: Randy Terbush <randy%sierra%dsndata@sterling.com>
  6. Sender: owner-current-users@sun-lamp.cs.berkeley.edu
  7.  
  8.  
  9. > > I've already merged Tuucp 1.04/1.05 changes into a NetBSD-current/1.04
  10. > > base.  It's at work, and I've built it at home, but haven't fully tested
  11. > > it yet.
  12. > > 
  13. > > Do the core folks want this for 1.0-final, or is this too much of a
  14. > > change too late in the game ?
  15. > in a phrase: "not on your life!!!!"
  16. > if _you_ say you haven't fully tested it yet...
  17.  
  18. On that note....
  19.  
  20. I have been running this version since it was put up for ftp.
  21. No problems.  There were a couple of hitches in the compile,
  22. and I changed the version to 1.05 to avoid confusion. The
  23. patches follow. Patches are relative to top level uucp dir.
  24.  
  25.  
  26. *** Makefile.inc.orig    Tue Aug  2 20:19:52 1994
  27. --- Makefile.inc    Mon Aug  1 20:43:18 1994
  28. ***************
  29. *** 7,13 ****
  30.   LIBUUCP!=cd $(.CURDIR)/../libuucp; \
  31.       printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | ${MAKE} -r -s -f - xxx
  32.   
  33. ! VERSION=    1.04
  34.   owner=        uucp
  35.   bindir=        /usr/bin
  36.   sbindir=    /usr/libexec/uucp
  37. --- 7,13 ----
  38.   LIBUUCP!=cd $(.CURDIR)/../libuucp; \
  39.       printf "xxx:\n\techo \$${.OBJDIR}/libuucp.a\n" | ${MAKE} -r -s -f - xxx
  40.   
  41. ! VERSION=    1.05
  42.   owner=        uucp
  43.   bindir=        /usr/bin
  44.   sbindir=    /usr/libexec/uucp
  45. *** uucico/Makefile.orig    Tue Aug  2 20:19:17 1994
  46. --- Makefile    Thu Dec 16 23:59:08 1993
  47. ***************
  48. *** 1,20 ****
  49. ! # Makefile for uucico
  50. ! # $Id: Makefile,v 1.2 1993/08/05 16:15:06 jtc Exp $
  51.   
  52. ! BINDIR=        $(sbindir)
  53. ! BINOWN=        $(owner)
  54. ! BINMODE=    4555
  55.   
  56. ! PROG=        uucico
  57. ! SRCS=        uucico.c trans.c send.c rec.c xcmd.c prot.c protg.c protf.c \
  58. !         prott.c prote.c proti.c protj.c protz.c time.c chat.c \
  59. !         conn.c copy.c log.c tcp.c tli.c util.c
  60. ! LDADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  61. ! DPADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  62. ! CFLAGS+=    -I$(.CURDIR)/../common_sources\
  63. !         -DVERSION=\"$(VERSION)\"
  64. ! MAN8=        uucico.0
  65. ! .include <bsd.prog.mk>
  66. ! .PATH: $(.CURDIR)/../common_sources
  67. --- 1,8 ----
  68. ! # This is the Makefile for Taylor UUCP
  69. ! # $Id: Makefile,v 1.4 1993/08/05 17:56:17 jtc Exp $
  70.   
  71. ! SUBDIR=        libunix libuucp libuuconf \
  72. !         cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
  73. !         uustat uuto uux uuxqt
  74.   
  75. ! .include <bsd.subdir.mk>
  76. *** uuxqt/Makefile.orig    Tue Aug  2 20:19:01 1994
  77. --- Makefile    Thu Dec 16 23:59:08 1993
  78. ***************
  79. *** 1,18 ****
  80. ! # Makefile for uuxqt
  81. ! # $Id: Makefile,v 1.2 1993/08/05 16:15:28 jtc Exp $
  82.   
  83. ! BINDIR=        $(sbindir)
  84. ! BINOWN=        $(owner)
  85. ! BINMODE=    4555
  86.   
  87. ! PROG=        uuxqt
  88. ! SRCS=        uuxqt.c util.c log.c copy.c
  89. ! LDADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  90. ! DPADD+=        $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP)
  91. ! CFLAGS+=    -I$(.CURDIR)/../common_sources\
  92. !         -DVERSION=\"$(VERSION)\"
  93. ! MAN8=        uuxqt.0
  94. ! .include <bsd.prog.mk>
  95. ! .PATH: $(.CURDIR)/../common_sources
  96. --- 1,8 ----
  97. ! # This is the Makefile for Taylor UUCP
  98. ! # $Id: Makefile,v 1.4 1993/08/05 17:56:17 jtc Exp $
  99.   
  100. ! SUBDIR=        libunix libuucp libuuconf \
  101. !         cu uuchk uucico uuconv uucp uulog uuname uupick uusched \
  102. !         uustat uuto uux uuxqt
  103.   
  104. ! .include <bsd.subdir.mk>
  105.  
  106.